home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc Development Framework / ODFDev / Button / Sources / Environs.h < prev    next >
Encoding:
Text File  |  1996-04-25  |  505 b   |  18 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Environs.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Author:                Greg Friedman
  7. //
  8. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //========================================================================================
  11.  
  12. #ifndef ENVIRONS_H
  13. #define ENVIRONS_H
  14.  
  15. FW_Boolean HasGestaltAttribute(OSType itsAttr, short itsBit);
  16. FW_Boolean HasAppleScript();
  17.  
  18. #endif // ENVIRONS_H